home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / zoomhint.zip / HELPME.ARJ / BINKLEY.TXT < prev    next >
Text File  |  1994-01-04  |  3KB  |  112 lines

  1.  
  2. Note by BGFAX author...
  3.  
  4. Binkley 2.59 does exit with a fax result code occurs.  However, it appears
  5. to take 2 seconds to exit even on my 386DX40.  This may be pushing the
  6. timing too critical for BGFAX to get the line.  There should really only be
  7. a very short less than 1 second delay when the host program exits.  If this
  8. is not corrected, I suggest using the internal Binkley fax routines rather
  9. than BGFAX.
  10.  
  11. Original text by Art Geary follows (for Binkley 2.56)
  12.  
  13. -----------------------------------------------------------------------------
  14.  
  15.                              BinkleyTerm and PPI 14400FXSA Fax
  16.  
  17.    I have run Binkley for a number of years, and act as the mail hub for my
  18.    Net. I did not want to change to some other mailer. I also bought a
  19.    Practical Peripherals 14400FXSA modem, and wanted to be able to continue to
  20.    do my mail and recieve fax's on the same line.
  21.  
  22.    There seemed to be no way to do it. Then along came BGFax. This program can
  23.    either Front-end or Rear-end a BBS. Thank you B.J. Guillot.
  24.  
  25.    Here is my cludge....
  26.  
  27.            1.      Set up BGFax to Front end. See BGFAX.CNF.
  28.                    Event times are set 1 minute before my Binkley.evt file
  29.                    times.
  30.            2.      Add 'Server' verb to Binkley.cfg.
  31.            3.      Tweak Binkley batch file. See BINK.BAT.
  32.  
  33.    Works fine here on 16MHz 386SX.
  34.  
  35.    Only bad thing is that the %'s on transfer rate will be wrong if BGFAX
  36.    answers phone.
  37.  
  38.    BGFAX.CNF
  39.  
  40.    po=1
  41.    ft=q
  42.    sp=19200
  43.    in=ATZ
  44.    in=AT+FCR=1;+FLID="713 893 9124";+FDCC=1,5,0,2,0,0,0
  45.    in=ATM0
  46.    ri=1
  47.    an=AT+FAA=1;A
  48.    do=<load>
  49.    lo=
  50.    ec=/ARQ
  51.    sl=300
  52.    ts=Calls are not accepted below 1200 bps.  Sorry.
  53.    cm=CQ,104
  54.    ev=23:59,124
  55.    ev=00:29,123
  56.    ev=01:59,122
  57.    ev=03:59,121
  58.    ev=04:59,120
  59.    ev=05:49,119
  60.    ev=06:29,118
  61.    ev=06:59,117
  62.    ev=21:58,115
  63.    ev=22:58,116
  64.  
  65.    BINK.BAT
  66.  
  67.    c:
  68.    cd \max
  69.    cls
  70.    vfos_ibm
  71.    echo off
  72.    :start
  73.    :chkcra
  74.    REM IF CRASH MAIL WAITING TO GO OUT, BYPASS BGFax
  75.    if exist \max\outbound\*.cl* goto loop
  76.    :bfax
  77.    bgfax
  78.    if errorlevel 124 goto loop
  79.    if errorlevel 123 goto loop
  80.    if errorlevel 122 goto loop
  81.    if errorlevel 121 goto loop
  82.    if errorlevel 120 goto loop
  83.    if errorlevel 119 goto loop
  84.    if errorlevel 118 goto loop
  85.    if errorlevel 117 goto loop
  86.    if errorlevel 116 goto loop
  87.    if errorlevel 115 goto loop
  88.    if errorlevel 4 goto start
  89.    if errorlevel 3 goto loop
  90.    if errorlevel 2 goto loop
  91.    if errorlevel 1 goto start
  92.    if errorlevel 0 goto end
  93.    goto chkcra
  94.    :loop
  95.    erase lastuse1.bbs
  96.    btbig unattended share
  97.    if errorlevel 192 goto max192
  98.    ETC...
  99.  
  100.    All routines in the batch file end with goto start.
  101.    Errorlevels 124 - 115 corespond the errorlevels set in BGFAX.CNF.
  102.    I also made my F1 key in Binkley (errorlevel 10) goto bfax to enable a fax
  103.    recieve manually.
  104.  
  105.    Any questions or suggestions to...
  106.  
  107.    Art Geary
  108.    1:393/101@fidonet
  109.    (817) 321-3213  Fax 07:00 - 22:00 CDT  Data 24 hrs.
  110.    (817) 321-3903  Voice
  111.  
  112.